GetTimeSec

   

The 'GetTimeSec' function returns the current second that is stored in 'Windows OS'.

 

int @GetTimeSec();

 

Parameters

none

 

Return Value

current second

 

Example

s = @GetTimeSec();

Description : Assume that the current second is 2:47:35 pm. '35' is stored in the variable named 's'.

 

Reference

@GetDateYear()

@GetDateMon()

@GetDateDay()

@GetTimeHour()

@GetTimeMin()